Reformat code base to follow an MVC architecture

FeaturesSoftware Design
MoSCoWMust
OwnerAmani
SizeXL
Sprint3
StatusDone
  1. Reformat code base to follow an MVC architecture
    • Acceptance Criteria:
      • The codebase should be restructured to adhere to the Model-View-Controller (MVC) architectural pattern.
      • Code organization should reflect the separation of concerns among models, views, and controllers.
      • Existing functionality should remain intact and functional after the reformatting.